home *** CD-ROM | disk | FTP | other *** search
/ PC Media 3 / PC MEDIA CD03.iso / share / os2 / pas_os2 / readme.txt < prev    next >
Encoding:
Text File  |  1993-12-17  |  2.3 KB  |  54 lines

  1. This device drive will query the bus for any CM250 or CM260 interface boards. 
  2. Upon finding the boards it will determine if there are any conflicts with the 
  3. IRQ or port address settings. If there is a conflict it will report 
  4. "No drives found". The driver will support any combination of CM205 and CM206 
  5. drives. 
  6.  
  7. The device driver named ddlms.add will support:
  8.  
  9.        A CM250 8-bit HA with a CM205 1X drive
  10.        A CM250 8-bit HA with a CM206 2X drive
  11.        (the HA can't stand 2X, so it will hold the drive in 1X)
  12.  
  13.        A CM260 16-bit HA with a CM205 1X drive
  14.        A CM260 16-bit HA with a CM206 2X drive
  15. ----------------------------------------------------------------------------
  16. To install OS2 from the CD:
  17.  
  18. 1) Copy "DDLMS.ADD" to IBM OS2 2.1 disk 1 
  19.  
  20. 2) Add "BASEDEV=DDLMS.ADD" to the end of the CONFIG.SYS on disk 1
  21.  
  22. 3) Make sure the OS2 CD is in the drive before starting installation. (OS2 
  23.    will not recognize the existance of the CD ROM unless there is a data disk 
  24.    in the drive. This is currently a bug in this beta driver)
  25.  
  26. 4) Follow the rest of the instructions from the OS2 installation program.
  27. ----------------------------------------------------------------------------
  28. After installation is complete and OS2 is installed you will need to add the 
  29. following lines to the CONFIG.SYS file on your OS2 drive:
  30.       
  31.        DEVICE=C:\OS2\OS2CDROM.DMD 
  32.        IFS=C:\OS2\CDFS.IFS 
  33.        basedev=ddlms.add (make sure this line is not duplicated!)  
  34.                  
  35. ----------------------------------------------------------------------------
  36. Now copy the following files from disk 1 to your \os2 directory:
  37.  
  38.        CDFS.IFS
  39.        OS2CDROM.DMD
  40. ----------------------------------------------------------------------------
  41.  
  42. Make sure "DDLMS.ADD" is in the root directory of your OS2 drive. If it isn't, 
  43. then copy it to the root directory now.
  44.  
  45. ----------------------------------------------------------------------------
  46.  
  47. Now shutdown OS2 and restart your computer. Your CD ROM should show up as an 
  48. ICON under your "DRIVES" ICON located in the "OS2 SYSTEM" folder. The drive 
  49. will also be available in DOS and OS2 sessions including "WINOS2".
  50.  
  51. ----------------------------------------------------------------------------
  52.  
  53. NOTE: This BETA release does not currently support CD AUDIO.
  54.